StringScanner.ScanOverSmatch Function

Syntax

Text as C = ScanOverSmatch as C(pattern as c)

Arguments

Text

The text between the starting and ending offset positions.

Find_Text

The text that you want to process. You may use the "?" (single character) and "*" (any number of characters) expressions.

Description

Skip over a pattern . Return text we scanned over.

Discussion

The <StringScanner>.ScanOverSmatch() function looks for Find_Text at the offset. The offset is positioned immediately after Find_Text.

See Also